home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / TCODE.DOC < prev    next >
Text File  |  1995-04-26  |  2KB  |  34 lines

  1.                                      TCODE
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. TCODE is the actual program in the *ONE TIME* file security package that 
  5. encodes and decodes text files. When encoding, it creates a file consisting 
  6. of 5-letter groups of encrypted text suitable for printing out as hard-copy 
  7. or for faxing. [The use of 5-letter groups is traditional in cryptography.] 
  8. Use the companion program FCODE for more general coding of binary or text 
  9. files. Note that FCODE does not produce output suitable for printing as 
  10. hard-copy. 
  11.  
  12. TCODE will usually be invoked from the batch files TENCODE and TDECODE. It 
  13. can also function as a stand-alone utility. Type: tcode e to encode the file 
  14. named plain.txt. Type: tcode d to decode the file named encr.xxx. Using the 
  15. batch files TENCODE and TDECODE (recommended) eliminates the need to rename 
  16. the files to be encoded or decoded. 
  17.  
  18. WARNING: if TCODE is used as a stand-alone utility (not recommended), the 
  19. files plain.txt and code.key must already be present in the working 
  20. directory.  It is *much* easier to invoke TCODE from the batch files provided 
  21. for the purpose, TENCODE (to encode) and TDECODE (to decode).
  22.  
  23. The C source for TCODE is included for programmers wishing to use or modify 
  24. it. This requires the permission of the author, which can easily be 
  25. obtained. 
  26.  
  27. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  28.  
  29. M\Cooper
  30. 3425 Chestnut Ridge Rd.
  31. Grantsville, MD 21536-9801
  32. --------------------------
  33. Email:  thegrendel@aol.com
  34.